ServiceUpdateRule Method (IListRule, Boolean) |
Updates inbox rules.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse UpdateRule(
IList<Rule> rules,
bool removeOutlookRuleBlob
)
Public Function UpdateRule (
rules As IList(Of Rule),
removeOutlookRuleBlob As Boolean
) As RuleOperationResponse
Parameters
- rules
- Type: System.Collections.GenericIListRule
The rules. - removeOutlookRuleBlob
- Type: SystemBoolean
if set to true [remove outlook rule BLOB].
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also